home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Glary Utilities / gusetup.exe / {app} / oneclickoptimizer.exe / RCDATA / TFRMOPTIONS / TFRMOPTIONS.txt
Text File  |  2010-01-14  |  4KB  |  172 lines

  1. object frmoptions: Tfrmoptions
  2.   Left = 234
  3.   Top = 164
  4.   BorderStyle = bsDialog
  5.   Caption = 'Options'
  6.   ClientHeight = 442
  7.   ClientWidth = 602
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnCreate = FormCreate
  17.   OnResize = FormResize
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object PageControl1: TPageControl
  21.     Left = 8
  22.     Top = 8
  23.     Width = 585
  24.     Height = 393
  25.     ActivePage = TabSheet1
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'IE Cookie Manager'
  29.       DesignSize = (
  30.         577
  31.         365)
  32.       object Label1: TLabel
  33.         Left = 8
  34.         Top = 12
  35.         Width = 535
  36.         Height = 37
  37.         Anchors = [akLeft, akTop, akRight, akBottom]
  38.         AutoSize = False
  39.         Caption = 
  40.           'Check mark the cookies you want to keep when cleanning internet ' +
  41.           'explorer cookies'
  42.         Transparent = True
  43.       end
  44.       object btndeletecookies: TBitBtn
  45.         Left = 6
  46.         Top = 332
  47.         Width = 185
  48.         Height = 25
  49.         Anchors = [akRight, akBottom]
  50.         Caption = 'Delete Unchecked cookies now'
  51.         TabOrder = 0
  52.         OnClick = btndeletecookiesClick
  53.       end
  54.       object lvCookies: TListView
  55.         Left = 8
  56.         Top = 40
  57.         Width = 561
  58.         Height = 281
  59.         Checkboxes = True
  60.         Columns = <
  61.           item
  62.             Caption = 'Website'
  63.             Width = 220
  64.           end
  65.           item
  66.             Caption = 'Hit Rate'
  67.             Width = 80
  68.           end
  69.           item
  70.             Caption = 'Last Modified'
  71.             Width = 120
  72.           end
  73.           item
  74.             Caption = 'Expires'
  75.             Width = 120
  76.           end
  77.           item
  78.             Caption = 'Full Address'
  79.             Width = 80
  80.           end>
  81.         ColumnClick = False
  82.         ReadOnly = True
  83.         TabOrder = 1
  84.         ViewStyle = vsReport
  85.         OnColumnClick = lvCookiesColumnClick
  86.         OnCompare = lvCookiesCompare
  87.       end
  88.       object btnprivacy: TBitBtn
  89.         Left = 496
  90.         Top = 332
  91.         Width = 75
  92.         Height = 25
  93.         Caption = 'Privacy'
  94.         TabOrder = 2
  95.         Visible = False
  96.         OnClick = btnprivacyClick
  97.       end
  98.     end
  99.     object TabSheet2: TTabSheet
  100.       Caption = 'IE Typed URLs'
  101.       ImageIndex = 1
  102.       DesignSize = (
  103.         577
  104.         365)
  105.       object Label2: TLabel
  106.         Left = 8
  107.         Top = 12
  108.         Width = 535
  109.         Height = 37
  110.         Anchors = [akLeft, akTop, akRight, akBottom]
  111.         AutoSize = False
  112.         Caption = 
  113.           'Check mark the URLs you want to keep when you cleanning Internet' +
  114.           ' Explorer - URL History'
  115.         Transparent = True
  116.       end
  117.       object lvurls: TListView
  118.         Left = 8
  119.         Top = 48
  120.         Width = 561
  121.         Height = 273
  122.         Checkboxes = True
  123.         Columns = <
  124.           item
  125.             AutoSize = True
  126.             Caption = 'URLs'
  127.           end>
  128.         ColumnClick = False
  129.         ReadOnly = True
  130.         TabOrder = 0
  131.         ViewStyle = vsReport
  132.       end
  133.       object btndeleteurls: TBitBtn
  134.         Left = 6
  135.         Top = 332
  136.         Width = 185
  137.         Height = 25
  138.         Anchors = [akRight, akBottom]
  139.         Caption = 'Delete Unchecked URLs'
  140.         TabOrder = 1
  141.         OnClick = btndeleteurlsClick
  142.       end
  143.     end
  144.   end
  145.   object btnCancel: TBitBtn
  146.     Left = 512
  147.     Top = 408
  148.     Width = 75
  149.     Height = 25
  150.     Cancel = True
  151.     Caption = 'Cancel'
  152.     ModalResult = 2
  153.     TabOrder = 1
  154.   end
  155.   object btnOK: TBitBtn
  156.     Left = 424
  157.     Top = 408
  158.     Width = 75
  159.     Height = 25
  160.     Caption = 'OK'
  161.     Default = True
  162.     TabOrder = 2
  163.     OnClick = btnOKClick
  164.   end
  165.   object Timer: TTimer
  166.     Enabled = False
  167.     OnTimer = TimerTimer
  168.     Left = 284
  169.     Top = 360
  170.   end
  171. end
  172.